-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
bevy_winit: Create the window initially invisible as required by AccessKit #18346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bevy_winit: Create the window initially invisible as required by AccessKit #18346
Conversation
|
Welcome, new contributor! Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨ |
alice-i-cecile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust your judgement on the importance here, but can you add a comment to the set_visible line explaining why this is needed? It's not immediately apparent, and I'm worried about accidentally reverting this if there's no comment there :)
|
OK, now there are a total of three comments (the first one was already there). |
alice-i-cecile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thank you so much.
|
I don't seem to have permission to merge this. Or are we waiting for another review? |
|
Waiting for a second approval, then I'll merge it. This will make it into 0.16 though: it's in the milestone. |
The initial
with_visiblecall was intended to do this, but that was undone by a laterwith_visiblecall.